﻿2026-06-21T09:24:54.5793692Z ##[group]Run actions/checkout@v5
2026-06-21T09:24:54.5794176Z with:
2026-06-21T09:24:54.5794495Z   repository: SaberMage/spt-core
2026-06-21T09:24:54.5797647Z   token: ***
2026-06-21T09:24:54.5797939Z   ssh-strict: true
2026-06-21T09:24:54.5798237Z   ssh-user: git
2026-06-21T09:24:54.5798534Z   persist-credentials: true
2026-06-21T09:24:54.5798884Z   clean: true
2026-06-21T09:24:54.5799178Z   sparse-checkout-cone-mode: true
2026-06-21T09:24:54.5799532Z   fetch-depth: 1
2026-06-21T09:24:54.5799837Z   fetch-tags: false
2026-06-21T09:24:54.5800134Z   show-progress: true
2026-06-21T09:24:54.5800428Z   lfs: false
2026-06-21T09:24:54.5800710Z   submodules: false
2026-06-21T09:24:54.5801005Z   set-safe-directory: true
2026-06-21T09:24:54.5801337Z env:
2026-06-21T09:24:54.5801616Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T09:24:54.5801962Z ##[endgroup]
2026-06-21T09:24:54.7725743Z Syncing repository: SaberMage/spt-core
2026-06-21T09:24:54.7727001Z ##[group]Getting Git version info
2026-06-21T09:24:54.7727655Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T09:24:54.7954065Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T09:24:54.8167952Z git version 2.43.0.windows.1
2026-06-21T09:24:54.8195240Z ##[endgroup]
2026-06-21T09:24:54.8203007Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\41693028-c9bb-4f83-b681-b44b1d0c88e2\.gitconfig'
2026-06-21T09:24:54.8216036Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\41693028-c9bb-4f83-b681-b44b1d0c88e2' before making global git config changes
2026-06-21T09:24:54.8220910Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:24:54.8221867Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T09:24:54.8454694Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T09:24:54.8649563Z https://github.com/SaberMage/spt-core
2026-06-21T09:24:54.8679151Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T09:24:54.8683480Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T09:24:54.8880133Z HEAD
2026-06-21T09:24:54.9117693Z ##[endgroup]
2026-06-21T09:24:54.9120830Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T09:24:55.2770415Z ##[group]Cleaning the repository
2026-06-21T09:24:55.2772429Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T09:25:06.8980182Z Removing target/
2026-06-21T09:25:06.9015172Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T09:25:06.9461097Z HEAD is now at 05ab5aa Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:25:06.9484108Z ##[endgroup]
2026-06-21T09:25:06.9488172Z ##[group]Disabling automatic garbage collection
2026-06-21T09:25:06.9493001Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T09:25:06.9722165Z ##[endgroup]
2026-06-21T09:25:06.9722585Z ##[group]Setting up auth
2026-06-21T09:25:06.9728726Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:25:06.9939693Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T09:25:07.3558725Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:25:07.3804602Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T09:25:07.7776140Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:25:07.8010854Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T09:25:08.1881834Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T09:25:08.2193508Z ##[endgroup]
2026-06-21T09:25:08.2194012Z ##[group]Fetching the repository
2026-06-21T09:25:08.2205274Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c0bf77b0b4dd74c6cbb616f6714f6003077c0c66:refs/remotes/pull/27/merge
2026-06-21T09:25:09.2823250Z From https://github.com/SaberMage/spt-core
2026-06-21T09:25:09.2823860Z  + 05ab5aa...c0bf77b c0bf77b0b4dd74c6cbb616f6714f6003077c0c66 -> pull/27/merge  (forced update)
2026-06-21T09:25:09.2945098Z ##[endgroup]
2026-06-21T09:25:09.2945508Z ##[group]Determining the checkout info
2026-06-21T09:25:09.2945975Z ##[endgroup]
2026-06-21T09:25:09.2951290Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T09:25:09.3229086Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T09:25:09.3482378Z ##[group]Checking out the ref
2026-06-21T09:25:09.3487248Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T09:25:09.3971043Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T09:25:09.3971607Z any of your branches:
2026-06-21T09:25:09.3971865Z 
2026-06-21T09:25:09.3972220Z   05ab5aa Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:25:09.3972616Z 
2026-06-21T09:25:09.3972882Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T09:25:09.3973308Z to do so with:
2026-06-21T09:25:09.3973515Z 
2026-06-21T09:25:09.3973688Z  git branch <new-branch-name> 05ab5aa
2026-06-21T09:25:09.3973970Z 
2026-06-21T09:25:09.3974321Z HEAD is now at c0bf77b Merge eb73da70b21789083fb6422e895676c0d37fa24f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:25:09.4002810Z ##[endgroup]
2026-06-21T09:25:09.4301351Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T09:25:09.4564983Z c0bf77b0b4dd74c6cbb616f6714f6003077c0c66
